Welcome![Sign In][Sign Up]
Location:
Search - X Y Z

Search list

[Other Gameszwzmine

Description: 本人原创,99 的功能都有了,支持鼠标双键扫雷,中键扫雷,支持英雄榜,自定义…… 除了一个失去焦点不响应鼠标点击 还有图标我就不换了,想换的人可以用资源修改器比如EXESCOPE来换下图标,自动支持32位色图标 如果还有需要补充的大家指出来啊,呵呵 代码作者:周维祝 E-mail:zhouweizhu@126.com QQ:170558808 转载、引用请保留作者信息 更新日期2009年1月5日 附下新发现的WINMINE的BUG: 按住鼠标中键,然后鼠标左键单击,你会发现中间的格子打开了,旁边的8个格子却还是按下的状态 还有WINMINE貌似没有对注册表的数据进行检查,如果雷数多于格子数它就死了 2009-1-5更新:增加原版扫雷的作弊秘笈,感谢VBGOOD论坛的VBPROFAN版主告知 引用: WINDOWS自带的扫雷游戏作弊方法!绝对实用~~ 发帖人:evan-lee 发帖时间:2006-12-25 打开windows附带的扫雷游戏后 输入[x][y][z][z][y][Enter][Shift] 然后当你的鼠标移动到有地雷的那个小方块时 桌面左上角的一个dot会变成黑色 -I am the original, 99 of the function has the support of the mouse double bond mine clearance, mine clearance in the key support of the Armory, custom ... ... In addition to a loss of focus does not respond to mouse clicks I do not change the icon there, and want to change the people can use resources such as EXESCOPE to modify the device replaced the icon, the icon automatically support 32-bit color If you still need to add that to, ah, Oh Code of: Zhou Zhu E-mail: zhouweizhu@126.com QQ: 170558808 Reprinted, quoted, please keep the author information Updated January 5, 2009 Under the newly discovered WINMINE with the BUG: Hold down the mouse button, then click the left mouse button, you will find the middle of the grid opens, next to the 8 but still pressed the state grid Looks like there WINMINE registry data did not check the number if the mine were more than grid it dies 2009-1-5 Update: Cheating Tips increase the original mine, thank VBGOOD
Platform: | Size: 173056 | Author: 周维祝 | Hits:

[Windows Developsort

Description: 输入三个整数x,y,z,请把这三个数由小到大输出。-Enter three integers x, y, z, please put the three numbers from small to large output.
Platform: | Size: 1024 | Author: shede223 | Hits:

[Windows DevelopCPPpinyin

Description: C++拼音输入法 a b c d e f g h i j k l m n o p q r s t u v w x y z 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 16--55 区为常见字,区位连续, 56--89为难检字,区位不连续。 index.dat 里前六列为拼音索引,中四列为索引字区位开始与结束位置,后四十列存放重音字和难见字 区位。 将要写入库的词组放入inputcizu.dat里,一次可以放入多个,且各个词组中间不能有分隔符,否则将 识别错误,出现不正确的词组匹配。另外,程序默认识别二字词组,多字词也做相同处理,请朋友们 自觉放入标准词汇,不要使词库失去其意义。 由于字库只收录了16-55区的常见字,但有时可能需要一些复杂字,故提供了字库写入程序,同词库写 入程序相类似,由于偷懒字只能通过源码写入,放入拼音和字,即可将该字加入拼音索引库。 ‘-’或‘=’为翻页键,‘a-z’或‘A-Z’输入拼音,空格和数字键选择所要字。-C++ pingyin
Platform: | Size: 29696 | Author: | Hits:

[3D Graphic3D-reconstruction

Description: 。在单幅影像中,首 先将平行线分成分别平行于X 、Y、Z 坐标轴线的“三组”平行线,然后利用间接平差,求得它们的灭点X ∞、Y∞、Z ∞ 进而求取影像的内方位元素x0 、y0 、f 与三个角元素φ、ω、κ。并在假定房屋长度为L 基础上,同时解求影像的摄站 坐标XS 、YS 、ZS 与房屋的宽度W、高度H, 从而实现房屋的三维重建。-. In the single image, were first divided into parallel lines parallel to the X, Y, Z coordinate axes of the " three" parallel lines, then use the indirect adjustment, and seek their vanishing point X ∞, Y ∞, Z ∞ and then strike orientation elements within the image x0, y0, f and the three diagonal elements φ, ω, κ. And housing length L is assumed, based on images taken at the same time Solutions of station coordinates XS, YS, ZS and the width of Housing W, height H, in order to achieve three-dimensional reconstruction of housing.
Platform: | Size: 391168 | Author: jun | Hits:

[Otherxyz

Description: 1. 从键盘上任意输入3 个整数x、y、z,并按从大到小的顺序显示出来,请编写该程序。要求:输入时x、y、z三个变量中的数是无序的,通过程序处理后,x是最大值,y是次大值,z是最小值。-1. Any input from the keyboard three integers x, y, z, and press in sequence is displayed, please write the program. Requirements: input x, y, z are three variables in the number of disorder, treatment through the program, x is the maximum value, y is the second largest value, z is the minimum.
Platform: | Size: 1024 | Author: lilong | Hits:

[matlablorenz

Description: lorenz系统分岔轨迹绘制,包含吸引子图,X,Y,Z相时间序列-lorenz draw bifurcation path, including the attractor graph, X, Y, Z-phase time-series
Platform: | Size: 1024 | Author: 张智博 | Hits:

[JSP/JavaPoint

Description: 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员变量x,y,z (分别为三维空间的X,Y,Z方向坐标),Point3D有两个构造方法:Point3D(int x,int y,int z)和Point3D(Point2D p,int z),两者均可实现对Point3D的成员变量x, y,z的初始化。 (4)Point3D有一个void型成员方法offset(int a, int b,int c),该方法可以实现Point3D的平移。 (5)在Point3D中的主函数main()中实例化两个Point2D的对象p2d1,p2d2,打印出它们之间的距离,再实例化两个Point3D的对象p3d1,p3d2,打印出他们之间的距离。 -Point2D Point3D
Platform: | Size: 2048 | Author: 胡迪 | Hits:

[AI-NN-PRc4

Description: 两个乒乓球队进行比赛,各出三人。甲队为a,b,c三人,乙队为x,y,z三人。已抽签决定    比赛名单。有人向队员打听比赛的名单。a说他不和x比,c说他不和x,z比,请编程序找出    三队赛手的名单。 -Two table tennis team to compete, all the three. A team is a, b, c three-, B team for the x, y, z three. List of games have been decided by drawing lots. The game was to find out the list of members. a ratio of said he did not, and x, c said he did not, and x, z ratio, programmed to identify a list of three teams racing.
Platform: | Size: 2048 | Author: mk | Hits:

[File OperateForm1

Description: excel中的数据展点,x,y,z坐标,转换到cad的dxf格式。并且在cad中显示。-The data show excel point, x, y, z coordinates, converted to cad, dxf format. And in the cad in the display.
Platform: | Size: 2048 | Author: wml | Hits:

[JSP/Javajava

Description: 如果恰好等于它的因子之和,这个数就称为"完数"。例如6=1+2+3.编程 找出1000以内的所有完数。球从100米高度自由落下,每次落地后反跳回原高度的一半;再落下,求它在 第10次落地时,共经过多少米?第10次反弹多高?有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少?一个整数,它加上100后是一个完全平方数,再加上168又是一个完全平方数,请问该数是多少?输入某年某月某日,判断这一天是这一年的第几天?输入三个整数x,y,z,请把这三个数由小到大输出。输出9*9口诀。有一分数序列:2/1,3/2,5/3,8/5,13/8,21/13...求出这个数列的前20项之和。-java simple programming
Platform: | Size: 4096 | Author: 高明辉 | Hits:

[matlabcylinder2

Description: [X,Y,Z]=cylinder2(x,y,z,r,N,o) 向量X,Y,Z轴定义圆柱面中心线 和矢量r定义圆柱面半径,并已 为的x,y,z的长度相同 N是周围围点的数量。默认值 为N= 100。 Ø 定义了矩阵圆柱generatix(圆圈)椭圆 表面。其内容以0和1之间的值,并适用于 小学和中学的母线轴。值的defeault Ø =的(长(x),2)。 矩阵X,Y,Z轴确定圆柱面,冲浪(的X,Y,Z)的显示器 圆柱面。- [X,Y,Z]=cylinder2(x,y,z,r,N,o) Vectors x, y, z define the central line of cylindrical surface and vector r defines the radius of cylindrical surface, and has the same length as x, y, z. N is the number of points around the circumference. The default value is N = 100. Matrix o defines ovality of the generatix (circle) of cylindrical surface. Its elements take values between 0 and 1 and apply to the primary and secondary axis of generatrix. The defeault values are o=ones(length(x),2). Matrices X, Y, Z define the cylindrical surface, surf(X,Y,Z) displays the cylindrical surface.
Platform: | Size: 3072 | Author: bcmvqqve | Hits:

[3D GraphicCube-rotating

Description: 计算机图形学,立方体旋转,围绕x,y,z轴旋转,没有注释。相信直接看代码就能看懂-Computer graphics, cube rotation, around the x, y, z axis, with no commentary. I believe looking at the code can be read directly
Platform: | Size: 30720 | Author: 小贺 | Hits:

[matlabcylinder2

Description: [的X,Y和Z] = cylinder2(的x,Y,Z轴,俄,氮,氧) 向量X,Y,Z轴定义圆柱面中心线 和矢量r定义圆柱面半径,并已 为的x,y,z的长度相同 N是周围围点的数量。默认值 为N= 100。 矩阵Ø 定义了准线(圈)椭圆圆柱 表面。其内容以0和1之间的值,并适用于 小学和中学的准线轴。值的defeault Ø =的(长(x),2)。 矩阵X,Y,Z轴确定圆柱面,冲浪(的X,Y,Z)的显示器 圆柱面。- [X,Y,Z]=cylinder2(x,y,z,r,N,o) Vectors x, y, z define the central line of cylindrical surface and vector r defines the radius of cylindrical surface, and has the same length as x, y, z. N is the number of points around the circumference. The default value is N = 100. Matrix o defines ovality of the directrix (circle) of cylindrical surface. Its elements take values between 0 and 1 and apply to the primary and secondary axis of directrix. The defeault values are o=ones(length(x),2). Matrices X, Y, Z define the cylindrical surface, surf(X,Y,Z) displays the cylindrical surface.
Platform: | Size: 4096 | Author: abeaqhax | Hits:

[OpenGL programP121LightaColor

Description: 光照于着色的好例子,应用光照模型,使图形绕x,y,z轴旋转-A good example of colored light on the application of lighting model, the graph around the x, y, z axis
Platform: | Size: 220160 | Author: 冯钰 | Hits:

[matlabmatlab99999999

Description: 各种matlab代码,实现各种功能,供查阅者参考,熟悉matlab软件的使用-x=linspace(0,1,21) y=linspace(0,1,21) [X,Y]=meshgrid(x,y) z=(X.*Y)./(X+Y) meshc(X,Y,z)
Platform: | Size: 11264 | Author: wangchaoyang | Hits:

[Video CaptureSkeletonRecorder

Description: Skeleton Recorder- READ ME This is coded on Skeleton Viewer from Microsoft SDK. ============================= RUNNING THE Skeleton Recorder 1. Check the box (Color, Depth, Skeleton) to capture images. 2. Specify the output directory. (Will create if this directory does not exist) 3. Click Start button to start recording, click Stop button to stop. 4. All image output files will be in the directory you just specified, the joint position will be in the joints.txt file. 5. X,Y,Z coordinates of joints and the joints order is the same as in joints collection data structure. email: alextan@bu.edu for any question.
Platform: | Size: 103424 | Author: leyong | Hits:

[matlabecef2lla

Description: Convert geodetic coordinates to Earth-centered Earth-fixed (ECEF) coordinates-Convert [x y z] ECEF [m] vector to [lat lon alt] vector in [rad] and [m]
Platform: | Size: 1024 | Author: 杨磊 | Hits:

[FlashMXpseudo-3D-racing-game

Description: 利用Flash as3.0中x,y,z坐标系做的一个伪3D赛车游戏-The use of Flash as3.0 in x, y, z coordinate system to do a pseudo-3D racing game
Platform: | Size: 774144 | Author: li | Hits:

[Data structs5QQ

Description: 输入三个整数x,y,z,请把这三个数由小到大输出。1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,      然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小-Enter three integers x, y, z, the number of small to large output of these three please. 1 program analysis: we find a way to put the smallest number x, the first to compare x and y, if x> y x and y values ​ ​ will be exchanged, and then use to compare x and z, if x > z x and z values ​ ​ will be exchanged, so make the x minimum. .
Platform: | Size: 3072 | Author: xie | Hits:

[OpenGL programtviwe

Description: 3D透视图原理显视,方块维透视x,y,z轴动态演示,并可以大小变换.-3D perspective principles of the monitor, box-dimensional perspective of x, y, z-axis dynamic presentation, and can change size.
Platform: | Size: 13312 | Author: df | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 37 »

CodeBus www.codebus.net